Resource StructureDefinition/FHIR Server from package ForgePatientChart.0830#0.1.0 (125 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"url" : "http://telus.com/fhir/patientChart/StructureDefinition/profile-diagnostic-report",
"name" : "DiagnosticReport",
"title" : "Diagnostic Report Patient Chart",
"status" : "draft",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "DiagnosticReport",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "DiagnosticReport",
"path" : "DiagnosticReport",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.id",
"path" : "DiagnosticReport.id",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.meta",
"path" : "DiagnosticReport.meta",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.meta.lastUpdated",
"path" : "DiagnosticReport.meta.lastUpdated",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.meta.source",
"path" : "DiagnosticReport.meta.source",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.meta.profile",
"path" : "DiagnosticReport.meta.profile",
"comment" : "Usage: Will be determined by each implementation. May be useful for validating message instnaces against this profile.\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.",
"max" : "1",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.text",
"path" : "DiagnosticReport.text",
"comment" : "Conformance Rule: This must be formatted, as closely as possible what was presented to the user in the originating system and must include all clinical data. \r\n\r\nContained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.extension",
"path" : "DiagnosticReport.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "DiagnosticReport.extension:Note",
"path" : "DiagnosticReport.extension",
"sliceName" : "Note",
"definition" : "Diagnostic Report Notes",
"comment" : "Usage: This conveys any notes that are part of the structured report.\r\nAlignment: This is a pre-adoption of an R5 data element\r\n\r\nMay include general statements about the diagnostic report, or statements about significant, unexpected or unreliable results values contained within the diagnostic report, or information about its source when relevant to its interpretation.",
"requirements" : "Need to be able to provide free text additional information.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://telus.com/fhir/patientChart/fhir/StructureDefinition/DI-report-note"
]
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "DiagnosticReport.extension:ClinicalAnnotiation",
"path" : "DiagnosticReport.extension",
"sliceName" : "ClinicalAnnotiation",
"comment" : "Usage: Conveys clinical annotations (eg notes stored in the EMR, about the report) rather than the notes contained within the report.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://telus.com/fhir/patientChart/StructureDefinition/ext-clinical-annotation"
]
}
],
"isModifier" : false
},
{
"id" : "DiagnosticReport.identifier",
"path" : "DiagnosticReport.identifier",
"comment" : "Usage Note: This is mandatory for OLIS. If known this should be populated\r\n\r\nUsually assigned by the Information System of the diagnostic service provider (filler id)."
},
{
"id" : "DiagnosticReport.basedOn",
"path" : "DiagnosticReport.basedOn",
"comment" : "Usage Note: This is supported for OLIS\r\n\r\nNote: Usually there is one test request for each result, however in some circumstances multiple test requests may be represented using a single test result resource. Note that there are also cases where one request leads to multiple reports."
},
{
"id" : "DiagnosticReport.status",
"path" : "DiagnosticReport.status",
"comment" : "Usage Note: EMRs will always use a state of \"final\" for the Patient Chart.\r\n\r\nNote that FHIR strings SHALL NOT exceed 1MB in size",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.category",
"path" : "DiagnosticReport.category",
"comment" : "Usage Note: Text may be used when a code is not available.\r\n\r\nMultiple categories are allowed using various categorization schemes. The level of granularity is defined by the category concepts in the value set. More fine-grained filtering can be performed using the metadata and/or terminology hierarchy in DiagnosticReport.code.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "DiagnosticReport.category.coding",
"path" : "DiagnosticReport.category.coding",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.category.coding.system",
"path" : "DiagnosticReport.category.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "DiagnosticReport.category.coding.code",
"path" : "DiagnosticReport.category.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "DiagnosticReport.category.text",
"path" : "DiagnosticReport.category.text",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.code",
"path" : "DiagnosticReport.code",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.code.coding",
"path" : "DiagnosticReport.code.coding",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.code.coding.system",
"path" : "DiagnosticReport.code.coding.system",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.code.coding.code",
"path" : "DiagnosticReport.code.coding.code",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.code.coding.display",
"path" : "DiagnosticReport.code.coding.display",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.code.text",
"path" : "DiagnosticReport.code.text",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.subject",
"path" : "DiagnosticReport.subject",
"min" : 1,
"mustSupport" : true
},
{
"id" : "DiagnosticReport.subject.reference",
"path" : "DiagnosticReport.subject.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "DiagnosticReport.subject.display",
"path" : "DiagnosticReport.subject.display",
"comment" : "TUsage Note: This should contain the name of the Patient, which can then be used in narrative\r\n\r\nThis is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.encounter",
"path" : "DiagnosticReport.encounter",
"comment" : "Usage Note: If data is definitively tied to an encounter in the EMR, this reference should be sent. If there is no definitive reference, this should not be derived using date or other data points.\r\n\r\nThis will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission laboratory tests).",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.effective[x]",
"path" : "DiagnosticReport.effective[x]",
"comment" : "Usage Note: This should be populated if known. Note: this is not supported by OLIS\r\n\r\nIf the diagnostic procedure was performed on the patient, this is the time it was performed. If there are specimens, the diagnostically relevant time can be derived from the specimen collection times, but the specimen information is not always available, and the exact relationship between the specimens and the diagnostically relevant time is not always automatic.",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.issued",
"path" : "DiagnosticReport.issued",
"comment" : "Usage Note: This is the date that the EMR received the report.\r\n\r\nMay be different from the update time of the resource itself, because that is the status of the record (potentially a secondary copy), not the actual release time of the report.",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.performer",
"path" : "DiagnosticReport.performer",
"comment" : "Usage Note: This must be present when known.\r\nUsage Note: This is supported by OLIS.\r\n\r\nThis is not necessarily the source of the atomic data items or the entity that interpreted the results. It is the entity that takes responsibility for the clinical report.",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.performer.reference",
"path" : "DiagnosticReport.performer.reference",
"comment" : "Usage: This is typically used for internal only; for external the use of display is acceptable.\r\n\r\nUsing absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure \"/[type]/[id]\" then it should be assumed that the reference is to a FHIR RESTful server.",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.performer.display",
"path" : "DiagnosticReport.performer.display",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.specimen",
"path" : "DiagnosticReport.specimen",
"comment" : "Usage Note: This is supported by OLIS; not supported in the EMRs today\r\n\r\nIf the specimen is sufficiently specified with a code in the test result name, then this additional data may be redundant. If there are multiple specimens, these may be represented per observation or group."
},
{
"id" : "DiagnosticReport.result",
"path" : "DiagnosticReport.result",
"comment" : "Usage note: In some cases there is only a PDF and/or note\r\n\r\nObservations can contain observations.",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.result.reference",
"path" : "DiagnosticReport.result.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "DiagnosticReport.result.display",
"path" : "DiagnosticReport.result.display",
"comment" : "Usage Note: This is a user-friendly textual representation of the result that should be used in the narrative for this resource\r\n\r\nThis is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "DiagnosticReport.media",
"path" : "DiagnosticReport.media",
"comment" : "Usage Note: This is supported in order to maintain alignment with Core-CA; however there are no Patient Chart use cases where EMR's will send this data as it is not kept locally. \r\n\r\nAlignment: Core-CA - supported, 0..*",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.conclusion",
"path" : "DiagnosticReport.conclusion",
"comment" : "Usage Note: Future Use. This is very often not discretely stored in the EMR; it is often part of text.\r\nUsage Note: This is supported by OLIS\r\n \r\n\r\nNote that FHIR strings SHALL NOT exceed 1MB in size"
},
{
"id" : "DiagnosticReport.presentedForm",
"path" : "DiagnosticReport.presentedForm",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.presentedForm.contentType",
"path" : "DiagnosticReport.presentedForm.contentType",
"min" : 1,
"mustSupport" : true
},
{
"id" : "DiagnosticReport.presentedForm.language",
"path" : "DiagnosticReport.presentedForm.language",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.presentedForm.data",
"path" : "DiagnosticReport.presentedForm.data",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.presentedForm.url",
"path" : "DiagnosticReport.presentedForm.url",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.presentedForm.size",
"path" : "DiagnosticReport.presentedForm.size",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.presentedForm.hash",
"path" : "DiagnosticReport.presentedForm.hash",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.presentedForm.title",
"path" : "DiagnosticReport.presentedForm.title",
"mustSupport" : true
},
{
"id" : "DiagnosticReport.presentedForm.creation",
"path" : "DiagnosticReport.presentedForm.creation",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.